Esx Settings Hosts Software Reports LastCheckResult CheckInfo

Esx Settings Hosts Software Reports LastCheckResult CheckInfo
Esx Settings Hosts Software Reports LastCheckResult CheckInfo

The Esx Settings Hosts Software Reports LastCheckResult CheckInfo schema contains properties that describe a particular check.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "check": "string",
    "name": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "originator": "string"
}
string
check
Required

The check identifier.

This property was added in vSphere API 8.0.0.1.

name
Required

The check name.

This property was added in vSphere API 8.0.0.1.

description
Required

Human-readable check description.

This property was added in vSphere API 8.0.0.1.

string
originator
Optional

The service that performed the check.

This property was added in vSphere API 8.0.0.1.

Only set if there is an originator available for this check.